home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvm3 / misc / Readme < prev   
Text File  |  1997-07-22  |  1KB  |  35 lines

  1.  
  2. misc directory
  3. 09 October 1995
  4.  
  5. ________________________________________________________________________
  6.  
  7. This directory contains a bunch of random PVM-related programs and
  8. utilities.  They're here because they might be generally useful, but
  9. I don't want to kill myself supporting them.  Like the "examples",
  10. even less official.
  11.  
  12. pvm_fork.c
  13.  
  14.  This is an implementation of pvm_fork(), a function to fork a new PVM
  15.  task from an existing PVM task.
  16.  
  17. xhoster/
  18.  
  19.  This is a little X-Windows program that enrolls as the hoster task,
  20.  giving the user a convenient place to type passwords when starting
  21.  hosts that require them.
  22.  
  23. group-hack-337
  24.  
  25.  This is a patch to PVM version 3.3.7 to allow access to the virtual
  26.  machine to anyone in a unix group.  If environment variable PVM_GID
  27.  is set to the name or number of a group, sockets and files are
  28.  chown'd to that group and mode 0660 is used instead of 0600.
  29.  
  30.  Note that all spawned processes have the same user id as the pvmd,
  31.  so this isn't a true multi-user virtual machine.  This is seen as
  32.  being useful mainly for allowing e.g. a group of people access to
  33.  a database, or display or instrument server.
  34.  
  35.